projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481c374
)
(browse-url-browser-function): Fix syntax error.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Apr 1997 19:15:42 +0000
(19:15 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Apr 1997 19:15:42 +0000
(19:15 +0000)
lisp/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/browse-url.el
b/lisp/browse-url.el
index cfd44c41b3aa1ffdfb0a7c972f6df4f50e3c0e25..2f6012c68dfd3d1048a307393593a864852db10f 100644
(file)
--- a/
lisp/browse-url.el
+++ b/
lisp/browse-url.el
@@
-299,7
+299,7
@@
Hostname matching is stricter in this case than for
'browse-url-netscape
"*Function to display the current buffer in a WWW browser.
This is used by the `browse-url-at-point', `browse-url-at-mouse', and
-`browse-url-of-file' commands.
"
+`browse-url-of-file' commands.
The function should take one argument, an URL."
:type 'function
:group 'browse-url)